home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM DEMO / Zeta MultiMedia CD-ROM DEMO.iso / pc / media / main.dir / 00565_Script_565 < prev    next >
Text File  |  1996-09-25  |  266b  |  16 lines

  1. on exitFrame
  2.   go the frame
  3.   rolls
  4. end
  5.  
  6. on mouseUp
  7.   set mc = the mouseCast
  8.   if mc < 1 then exit
  9.   if the name of cast mc contains "&main" then
  10.     global gObjScroll
  11.     dispose(gObjScroll)
  12.     set gObjScroll=0
  13.     goFrame "MP"
  14.   end if
  15. end mouseUp
  16.